Interface Processable<T,​S>

    • Method Detail

      • process

        java.util.ArrayList<S> process​(T t)
        Processes data.
        Parameters:
        t - the T type object to process.
        Returns:
        the S type object array produced by the processing.